ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridBaseTagHelper<T,TControl> Class / CommitEmptyEdits Property

In This Topic
    CommitEmptyEdits Property (FlexGridBaseTagHelper<T,TControl>)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.CommitEmptyEdits. Sets a value that indicates how the grid commit empty edits to cell values.
    Syntax
    'Declaration
     
    Public Overridable Property CommitEmptyEdits As Boolean
    public virtual bool CommitEmptyEdits {get; set;}
    See Also